home *** CD-ROM | disk | FTP | other *** search
/ Merciful 5 / Merciful - Disc 5.iso / software / h / hypertextdatav40.12cr.lha / HTDS / Docs / FAQ.hguide < prev    next >
Encoding:
Amiga HyperGuide  |  1997-04-01  |  1.9 KB  |  48 lines

  1. @hyperguide FAQ.hguide
  2. @$VER: FAQ.hguide 40.5 (31.03.97)
  3. @macro m_prg "@{b}Frequently Ask Questions@{ub}"
  4. @macro m_qenum "@{par}@{pari -3}@{lindent 9}$1. @{\"$2\" link Q$1}"
  5. @macro m_question "@{line}@{pari -3}@{lindent 3}@{b}Q: @{ub}@{fg highlight}$1@{fg text}@{line}"
  6. @macro m_answer "@{line}@{pari -3}@{lindent 3}@{b}A:@{ub}"
  7. @include htds.hgm
  8.  
  9. @node main "HTDS Frequently Ask Questions"
  10. @toc HTDS.hguide/main
  11.  
  12. @{jcenter}@{m_title}@{m_copyright}@{m_welcome}@{jleft}
  13.  
  14. @{m_sec Questions}
  15. @{enumerate}
  16. @{item}@{"Why don't work online Help (Menu-/Gadget-Help) if HTDS is installed ?" link OnlineHelp}
  17. @{item}@{"Embedded pictures aren't displayed!" link EmbeddedPics}
  18. @{endenumerate}
  19. @{m_endsec}
  20.  
  21. @{m_sec "See Also"}
  22. @{" Known Bugs " link HTDS.hguide/KnownBugs}
  23. @{m_endsec}
  24. @endnode
  25. @node OnlineHelp "Online Help"
  26.  
  27. @{m_question "Why don't work online Help (Menu-/Gadget-Help) if HTDS is installed ?"}
  28. @{m_answer}
  29. The problem is, that all programs which provides online help uses the
  30. @{m_file amigaguide.library}. This library uses some internals from the
  31. @{m_file amigaguide.datatype}, which I don't know and therefore I couldn't
  32. implement this in the @{m_file hypertext.datatype}. I need to replace the
  33. @{m_file amigaguide.library} by a library, which is compatible with the current
  34. @{m_htds} implementation.
  35. @endnode
  36. @node EmbeddedPics "Embedded pictures"
  37. @{m_question "Embedded pictures aren't displayed!"}
  38. @{m_answer}
  39. Currently the existing V43.757 picture.datatype don't support the DTM_DRAW method
  40. correctly. So this can be the problem.@{line}
  41. I have get some reaction from people, who said that the picture.datatype from
  42. the Picasso96 distribution.@{line}
  43. If you use my picdtpatch utility make sure that it is started before any program
  44. which might use the picture.datatype. Usally a place between the AddDatatypes and IPrefs
  45. is a good place in the @{"Startup-Sequence" link "S:Startup-Sequence"}.
  46. @endnode
  47.  
  48.